diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-11-03 02:29:44 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-11-03 02:29:44 +0000 |
| commit | f468c8496dfb029a62e6b62fa2428e8848b5ade6 (patch) | |
| tree | fca1c60154cfcf6b8b35ae2a473e4345a2c8e24b /sys | |
| parent | b3bae6b6264b1ef1b4f0b55a94fa29a9de30d6f2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/i386/userconfig.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index dd8843bc86aa..67df2ee915aa 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -46,7 +46,7 @@ ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** - ** $Id: userconfig.c,v 1.38 1997/10/12 12:01:29 kato Exp $ + ** $Id: userconfig.c,v 1.39 1997/10/13 09:22:03 kato Exp $ **/ /** @@ -321,6 +321,7 @@ static DEV_INFO device_info[] = { {"vga", "Catchall PCI VGA driver", FLG_INVISIBLE, CLS_MISC}, {"chip", "PCI chipset support", FLG_INVISIBLE, CLS_MISC}, {"piix", "Intel 82371 Bus-master IDE controller", FLG_INVISIBLE, CLS_MISC}, +{"ide_pci", "PCI IDE controller", FLG_INVISIBLE, CLS_MISC}, {"","",0,0}}; @@ -2381,7 +2382,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.38 1997/10/12 12:01:29 kato Exp $ + * $Id: userconfig.c,v 1.39 1997/10/13 09:22:03 kato Exp $ */ #include "scbus.h" |
