freebsd-dev/sys/alpha/pci
Peter Wemm c692fbe091 At great personal risk, add a __packed and __aligned(x) define that
expand to __attribute__((packed)) and __attribute__((aligned(x)))
respectively.  Replace the handful of gcc-ism's that use
__attribute__((aligned(16))) etc around the kernel with __aligned(16).

There are over 400 __attribute__((packed)) to deal with, that can come
later.  I just want to use __packed in new code rather than add more
gcc-ism's.
2002-09-23 05:55:10 +00:00
..
alphapci_if.m
apecs_pci.c recover from namespace collision caused by un-static'ing pci_alloc_resource() 2002-02-28 18:18:41 +00:00
apecs.c Introduce a standard name for the lock protecting an interrupt controller 2001-12-20 23:48:31 +00:00
apecsreg.h
apecsvar.h
bwx.c
cia_pci.c recover from namespace collision caused by un-static'ing pci_alloc_resource() 2002-02-28 18:18:41 +00:00
cia.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:14:58 +00:00
ciareg.h
ciavar.h
irongate_pci.c Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains 2002-05-10 16:56:14 +00:00
irongate.c Remove unneeded sys/mutex.h includes. 2001-10-19 19:23:32 +00:00
irongatereg.h
irongatevar.h
lca_pci.c Revive dec_axppci_33_intr_route for LCA. 2002-04-17 14:08:22 +00:00
lca.c Clear the error flags in the LCA_IOC_STAT0 register after 2002-04-17 13:57:50 +00:00
lcareg.h
lcavar.h
pci_eb64plus_intr.s Fix Assembler buglet: Warning: .end directive names different symbol than .ent 2001-06-14 19:33:16 +00:00
pci_eb164_intr.s
pcibus.c recover from namespace collision caused by un-static'ing pci_alloc_resource() 2002-02-28 18:18:41 +00:00
pcibus.h recover from namespace collision caused by un-static'ing pci_alloc_resource() 2002-02-28 18:18:41 +00:00
swiz.c
t2_pci.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:14:58 +00:00
t2.c shut up the compiler 2002-03-21 18:48:00 +00:00
t2reg.h
t2var.h
tsunami_pci.c I am not sure why ## was used in this macro, as w/o the string concatenation 2002-04-17 04:31:43 +00:00
tsunami.c Remove __P(). This was tested on the GENERIC kernel. 2002-03-20 18:58:47 +00:00
tsunamireg.h At great personal risk, add a __packed and __aligned(x) define that 2002-09-23 05:55:10 +00:00
tsunamivar.h