Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf satafis:



details:   https://anonhg.NetBSD.org/src/rev/e9a00c92764f
branches:  trunk
changeset: 753711:e9a00c92764f
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Apr 07 17:51:15 2010 +0000

description:
satafis:
- Add function to parse RDH FIS for use in implementing AT_READREG.
- Correct and clean up some structure definitions.
- Sprinkle a bit of const.
- Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem
  to be specified by any recent ATA standard, and it seems to make
  no difference in practice.
- Stop using WDSD_IBM, these bits have been obsolete since before SATA.

siisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
- Whitespace and slight debug code cleanup.
- Some possibly-uncessary code reordering.

ahcisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.

diffstat:

 sys/arch/alpha/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 22ec57332c22 -r e9a00c92764f sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Apr 07 17:13:10 2010 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Apr 07 17:51:15 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.331 2010/03/07 09:39:42 plunky Exp $
+# $NetBSD: GENERIC,v 1.332 2010/04/07 17:51:16 jakllsch Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.331 $"
+ident          "GENERIC-$Revision: 1.332 $"
 
 maxusers 32
 
@@ -767,3 +767,5 @@
 options PAX_MPROTECT=0                 # PaX mprotect(2) restrictions
 #options PAX_SEGVGUARD=0                       # PaX Segmentation fault guard
 options PAX_ASLR=0                     # PaX Address Space Layout Randomization
+
+ath* at pci? dev ? function?



Home | Main Index | Thread Index | Old Index