diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-02-19 11:44:25 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-02-19 11:44:25 +0000 |
commit | a959e788b769c459811ae5a3a05c73d8e2fb2901 (patch) | |
tree | 3b800ab633159861d32f98aa6f94ce5b25237547 /sys/conf/files | |
parent | 798300be85f1053c70f183a2ac9e71458c7c1dae (diff) |
pull in atascsi, a scsi to ata translation layer, so i can work on it in
tree. ive lost two large changes today thanks to my own stupidity which
could have been avoided if they were in the tree.
discussed with deraadt@
ok jsg@ grange@ an older version was ok marco@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 20cc159acbc..4521cbc43df 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.392 2006/12/06 20:07:52 martin Exp $ +# $OpenBSD: files,v 1.393 2007/02/19 11:44:24 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -11,6 +11,7 @@ define ifnet define tty define audio {} define scsi {} +define atascsi {} define ifmedia define mii {[phy = -1]} define midibus {} |