diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-06 22:30:33 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-06 22:30:33 +0000 |
commit | 264dd658ff66b661f625370263438bd50893c15e (patch) | |
tree | 57b0202f9f5c7b6b94c89810e4735d39f1385fe2 /sys | |
parent | c7c9518cebfc7c66e48b8b59f532de10684ca716 (diff) | |
download | FreeBSD-src-264dd658ff66b661f625370263438bd50893c15e.zip FreeBSD-src-264dd658ff66b661f625370263438bd50893c15e.tar.gz |
Make firewire i386-only for now. It doesn't quite handle machines with
64-bit address spaces yet. Pointy hat to myself for sticking it in the MI
NOTES file to begin with.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 7 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 7 | ||||
-rw-r--r-- | sys/modules/Makefile | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6edb878..440bf01 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2132,13 +2132,6 @@ options UKBD_DFLT_KEYMAP # specify the built-in keymap makeoptions UKBD_DFLT_KEYMAP=it.iso ##################################################################### -# Firewire support - -device firewire # Firewire bus code -device sbp # SCSI over Firewire (Requires scbus and da) -device fwe # Ethernet over Firewire (non-standard!) - -##################################################################### # crypto subsystem # # This is a port of the openbsd crypto framework. Include this when diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 6a7c4e6..e103078 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -954,6 +954,13 @@ device "i4bcapi" # #--------------------------------------------------------------------------- +##################################################################### +# Firewire support + +device firewire # Firewire bus code +device sbp # SCSI over Firewire (Requires scbus and da) +device fwe # Ethernet over Firewire (non-standard!) + # # Set the number of PV entries per process. Increasing this can # stop panics related to heavy use of shared memory. However, that can diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 13be105..d6162ac 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -37,7 +37,6 @@ SUBDIR= 3dfx \ dummynet \ fdc \ fdescfs \ - firewire \ fxp \ gx \ hifn \ @@ -174,6 +173,7 @@ SUBDIR+=aac \ ep \ exca \ fe \ + firewire \ fpu \ gnufpu \ hea \ |