Date: Sat, 20 Nov 1999 10:29:44 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sf.c if_sfreg.h Message-ID: <199911201829.KAA24422@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/11/20 10:29:44 PST Modified files: sys/pci if_sf.c if_sfreg.h Log: Minor tweak: the subsystem device ID code for the quad port 62044 card is documented to be 0x18 in the Adaptec manual, however there appears to be a newer board rev with code 0x19. I added a #define for this and updated the probe code so that this board will be properly identified in the probe messages. (Currently it's just identified generically as an AIC-6915 chip.) Revision Changes Path 1.17 +4 -3 src/sys/pci/if_sf.c 1.5 +6 -2 src/sys/pci/if_sfreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911201829.KAA24422>