From owner-cvs-all Sat Nov 20 10:29:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 551EC15088; Sat, 20 Nov 1999 10:29:44 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24422; Sat, 20 Nov 1999 10:29:44 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199911201829.KAA24422@freefall.freebsd.org> From: Bill Paul Date: Sat, 20 Nov 1999 10:29:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sf.c if_sfreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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