diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-04-21 16:44:05 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-04-21 16:44:05 +0000 |
commit | 9f7fbe4b69e021db42a1428ad54099d4ce0b6f9c (patch) | |
tree | 839457c194d0e7104257fd48e89da942748d8f89 /sys/pc98/conf | |
parent | 980817bfc5b9ccbdf146b6a74f9f92c7d45ac854 (diff) | |
download | FreeBSD-src-9f7fbe4b69e021db42a1428ad54099d4ce0b6f9c.zip FreeBSD-src-9f7fbe4b69e021db42a1428ad54099d4ce0b6f9c.tar.gz |
Add FireWire drivers to GENERIC.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index e083acd..de6dc58 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -242,3 +242,8 @@ device bpf # Berkeley packet filter #device axe # ASIX Electronics USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet + +# FireWire support +device firewire # FireWire bus code +device sbp # SCSI over FireWire (Requires scbus and da) +device fwe # Ethernet over FireWire (non-standard!) |