summaryrefslogtreecommitdiff
path: root/sys/modules/if_smsc
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-12-19 01:41:21 +0000
committerriastradh <riastradh@NetBSD.org>2021-12-19 01:41:21 +0000
commitda2bc00a8b2cf7d4e2cc38fcdfd1b22ff1518ccf (patch)
tree231d32f28281200ba4e5a54052e431671af5f0a5 /sys/modules/if_smsc
parente76a2e5ef463a0c168f110125f3e935a65f7bf7a (diff)
Move attributes, barrier(), and likely/unlikely to linux/compiler.h.
Diffstat (limited to 'sys/modules/if_smsc')
0 files changed, 0 insertions, 0 deletions
2e1f4a4c2bde1105f9f94d40fb870d'>__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2005-12-11merge ktrace-lwp.christos 2005-05-24add __KERNEL_RCSIDlukem 2005-02-27nuke trailing whitespaceperry 2004-08-23Revert 1.12, it cause problems on promise controllers, as reported inbouyer 2004-08-21atastart() (called only at splbio(), and from interrupts) can changethorpej 2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej 2004-08-19- Add and use a CHAN_TO_WDC() macro to get the wdc_softc from anthorpej 2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej 2004-08-13WDCDEBUG -> ATADEBUG.thorpej 2004-08-13Don't bother with bits that tell of the presence of optional callbacks;thorpej 2004-08-02If acknowledge "bogus" interrupts (that is, interrupts that have happenedbouyer 2004-01-03More wdc_channel structure member namespace cleanup:thorpej 2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej 2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl 2003-11-22Use the redefined Promise product ids.fvdl 2003-11-15Clear interrupts at end of attach, in case there is one pending.bouyer 2003-10-29Simplify a little.mycroft 2003-10-25Fix uninitialized variable warningschristos 2003-10-24Remove IDE_PCI_CLASS_OVERRIDE -- it wasn't actually used anywhere. In lieu ofmycroft 2003-10-22Match the Promise FastTrak 378.fvdl 2003-10-11Cosmetic changes:thorpej 2003-10-08Split pciide in per-chip family driver, as proposed inbouyer