diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-07 16:19:43 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-07 16:19:43 +0000 |
| commit | 7d2ba89bbf9fc27ba62f00b3bc03677084069954 (patch) | |
| tree | c3db42001eb216b3dd4fe95fc34acedf5487a70f | |
| parent | 8c8a1169df3db11580f6d8a0333d1a3870ab182d (diff) | |
Notes
| -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 ab1e25ea26ff9..a9e9d96a89c4f 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2125,6 +2125,13 @@ 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 c4a3a7fb95f5d..8fc3cab120931 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -961,13 +961,6 @@ 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 b9a7a31944327..52c7a288999a9 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -37,6 +37,7 @@ SUBDIR= 3dfx \ dummynet \ fdc \ fdescfs \ + firewire \ fxp \ gx \ hifn \ @@ -161,7 +162,6 @@ SUBDIR+=aic \ em \ ep \ fe \ - firewire \ fpu \ gnufpu \ hea \ |
