Date: Tue, 22 Jun 2004 08:21:36 +0200 From: Willy Offermans <W.K.Offermans@TUe.nl> To: freebsd-hardware@freebsd.org Subject: NM9805 1284 Printer port Support in FreeBSD 5.2.1 Message-ID: <20040622062136.GA20700@tom.chem.tue.nl>
next in thread | raw e-mail | index | archive | help
Dear FreeBSD friends, I have a new computer with an additional LPT port: puc0@pci3:13:0: class=0x078000 card=0x00101000 chip=0x98059710 rev=0x01 hdr=0x00 vendor = 'MosChip Semiconductors (Was: Netmos Technology)' device = 'Nm9805 PCI + 1284 Printer Port' class = simple comms I was able to get it work by adding the following to /usr/src/sys/dev/puc/pucdata.c /* Added by Willy@Rompen.nl 06/05/2004 */ /* recommended by john@feith.com */ /* NetMos 0S1P PCI : 0S, 1P */ { "NetMos NM9805 1284 Printer port", NULL, { 0x9710, 0x9805, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 }, }, }, and to enable the puc driver in the kernel of course. Is it possible to add the data to /usr/src/sys/dev/puc/pucdata.c permanently? Thnx a lot, -- Met vriendelijke groeten, With kind regards, Mit freundlichen Gruessen, De jrus wah, Willy ************************************* W.K. Offermans Eindhoven University of Technology Department of Chemical Engineering Laboratory of Catalysis (SKA) building ST-W 4.27, PO Box 513 5600 MB Eindhoven, Netherlands Tel: 0(031) 40 247 37 81 Fax: 0(031) 40 247 50 32 Home: 0(031) 45 544 49 44 Mobile: 0(031) 653 119 666 e-mail: w.k.offermans@tue.nl http://www.catalysis.nl The new slogan for windows 2003: Do more with less! The slogan for FreeBSD has always been: Do all for Free Have a look for free: www.FreeBSD.org (__) \\\'',) \/ \ ^ .\._/_)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040622062136.GA20700>