Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Oops, need "dev/ata/files.ata" too now...



details:   https://anonhg.NetBSD.org/src/rev/7507bf353e24
branches:  trunk
changeset: 554193:7507bf353e24
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Oct 25 22:34:57 2003 +0000

description:
Oops, need "dev/ata/files.ata" too now for umass.
Add "dev/wsfont/files.wsfont" while we're here.

diffstat:

 sys/arch/evbmips/conf/files.pb1000 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r fade32422825 -r 7507bf353e24 sys/arch/evbmips/conf/files.pb1000
--- a/sys/arch/evbmips/conf/files.pb1000        Sat Oct 25 22:34:40 2003 +0000
+++ b/sys/arch/evbmips/conf/files.pb1000        Sat Oct 25 22:34:57 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pb1000,v 1.7 2003/10/25 14:36:50 simonb Exp $
+#      $NetBSD: files.pb1000,v 1.8 2003/10/25 22:34:57 simonb Exp $
 
 file   arch/evbmips/alchemy/pb1000_intr.c
 
@@ -35,7 +35,13 @@
 # Machine-independent SCSI drivers
 include "dev/scsipi/files.scsipi"
 
+# Machine-independent ATA drivers
+include "dev/ata/files.ata"
+
+# Machine-independent WS console drivers
+include "dev/wsfont/files.wsfont"
 include "dev/wscons/files.wscons"
+
 # Machine-independent USB device support
 include "dev/usb/files.usb"
 



Home | Main Index | Thread Index | Old Index