diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-12-14 01:32:01 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-12-14 01:32:01 +0000 |
| commit | 2f2ca9e66b4d76404a87dc0b37d8aa0cd74663bb (patch) | |
| tree | 50e9ac04580b00483676bdde0e85ed6d47542ba7 /sys/arch/atari | |
| parent | 188f029f3fb3658d4ddd27245e70342f8d20c51a (diff) | |
Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/conf/MILAN-PCIIDE | 3 | ||||
| -rw-r--r-- | sys/arch/atari/conf/MILAN.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/atari/conf/MILAN-PCIIDE b/sys/arch/atari/conf/MILAN-PCIIDE index 65632ad2322..5278db2d297 100644 --- a/sys/arch/atari/conf/MILAN-PCIIDE +++ b/sys/arch/atari/conf/MILAN-PCIIDE @@ -1,5 +1,5 @@ # -# $NetBSD: MILAN-PCIIDE,v 1.29 2003/12/13 23:24:47 thorpej Exp $ +# $NetBSD: MILAN-PCIIDE,v 1.30 2003/12/14 01:32:01 thorpej Exp $ # # This file was automatically created. Changes will be # lost when running makeconf in this directory. @@ -280,6 +280,7 @@ fdisa0 at fdcisa0 drive 0 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver acardide* at pci? dev ? function ? # Acard IDE controllers aceride* at pci? dev ? function ? # Acer Lab IDE controllers +artsata* at pci? dev ? function ? # Intel i31244 SATA controller cmdide* at pci? dev ? function ? # CMD tech IDE controllers cypide* at pci? dev ? function ? # Cypress IDE controllers hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers diff --git a/sys/arch/atari/conf/MILAN.in b/sys/arch/atari/conf/MILAN.in index 3b2ab46d396..9508f20893d 100644 --- a/sys/arch/atari/conf/MILAN.in +++ b/sys/arch/atari/conf/MILAN.in @@ -1,5 +1,5 @@ # -# $NetBSD: MILAN.in,v 1.15 2003/12/13 23:24:47 thorpej Exp $ +# $NetBSD: MILAN.in,v 1.16 2003/12/14 01:32:01 thorpej Exp $ # # Milan # @@ -79,6 +79,7 @@ wdc1 at isa? port 0x170 irq 15 flags 0x04 # 2nd IDE controller pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver acardide* at pci? dev ? function ? # Acard IDE controllers aceride* at pci? dev ? function ? # Acer Lab IDE controllers +artsata* at pci? dev ? function ? # Intel i31244 SATA controller cmdide* at pci? dev ? function ? # CMD tech IDE controllers cypide* at pci? dev ? function ? # Cypress IDE controllers hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers |
