diff options
| author | wiz <wiz@NetBSD.org> | 2007-06-08 17:56:21 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2007-06-08 17:56:21 +0000 |
| commit | da455afa9a2c1bfe615a6a1725a47aab8d99231e (patch) | |
| tree | 6e301e8812806b529203a67038eed8f82316b28d /sys/dev | |
| parent | 7754b3471a30844da7636fffa3e2dd1ccd3196db (diff) | |
Add three IDs for GUS PnP.
From Zbigniew Baniewski in PR 36425.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isapnp/isapnpdevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/isapnp/isapnpdevs b/sys/dev/isapnp/isapnpdevs index e4da7b205f8..35740be8fb4 100644 --- a/sys/dev/isapnp/isapnpdevs +++ b/sys/dev/isapnp/isapnpdevs @@ -1,4 +1,4 @@ -$NetBSD: isapnpdevs,v 1.64 2007/05/21 19:40:28 tron Exp $ +$NetBSD: isapnpdevs,v 1.65 2007/06/08 17:56:21 wiz Exp $ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -169,6 +169,9 @@ devcompat joy PNPB02F 0 generic * gus */ devlogic gus GRV0000 0 Gravis Ultrasound +devlogic gus GRV0003 0 SB Compatible Audio +devlogic gus GRV0004 0 MPU-401 GM Music +devlogic gus GRV0011 0 ATAPI IDE CD-ROM Interface /* * le |
