Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf Add proper bba attachment. From Gregory ...



details:   https://anonhg.NetBSD.org/src/rev/9ecda991d86e
branches:  trunk
changeset: 485622:9ecda991d86e
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue May 02 08:02:07 2000 +0000

description:
Add proper bba attachment.  From Gregory McGarry <g.mcgarry%ieee.org@localhost>

diffstat:

 sys/arch/pmax/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 60ed6e978255 -r 9ecda991d86e sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Tue May 02 08:00:00 2000 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Tue May 02 08:02:07 2000 +0000
@@ -1,11 +1,11 @@
 #
-#      $NetBSD: GENERIC,v 1.72 2000/05/02 07:23:56 augustss Exp $
+#      $NetBSD: GENERIC,v 1.73 2000/05/02 08:02:07 augustss Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
 include                "arch/pmax/conf/std.pmax"
 
-#ident                 "GENERIC-$Revision: 1.72 $"
+#ident                 "GENERIC-$Revision: 1.73 $"
 
 maxusers       64
 
@@ -143,7 +143,9 @@
 mcclock* at    ioasic? offset ?        # DS1287 RTC
 le*    at      ioasic? offset ?        # LANCE
 scc*   at      ioasic? offset ?        # Z85C30
-#isdn  at      ioasic? offset ?        # MAXINE ISDN/audio (not supported)
+bba*   at      ioasic? offset ?        # MAXINE audio
+audio* at      bba?
+#isdn  at      ioasic? offset ?        # MAXINE ISDN (not supported)
 dtop*  at      ioasic? offset ?        # MAXINE kbd and mouse
 #fdc   at      ioasic? offset ?        # MAXINE floppy disk (not supported)
 asc*   at      ioasic? offset ?        # NCR53C94 SCSI with IOASIC
@@ -157,8 +159,6 @@
 dc*    at      ibus0 addr ?            # DC7085 quad line serial device
 
 # TURBOchannel devices
-#bba*  at      tc? slot ? offset ?     # ??? Am7930 at MAXINE
-#audio*        at      bba?
 mfb*   at      tc? slot ? offset ?     # PMAG-A MX Monochrome Framebuffer
 cfb*   at      tc? slot ? offset ?     # PMAG-B CX Color Framebuffer
 #tfb*  at      tc? slot ? offset ?     # PMAG-RO TX True Color Framebuffer



Home | Main Index | Thread Index | Old Index