summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ifpci.c
AgeCommit message (Expand)Author
2003-10-28fix uninitialized uses caught by gccpooka
2003-10-03Ready the kernel side of i4b for primary rate interface support bypooka
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-05-21Uniformly pass a "struct isdn_l3_driver *" through layer 2, so wemartin
2002-04-10Remove some redundant tries to disable interupts. We already avoided enablingmartin
2002-04-08Combine sc_enabled and sc_dying into one field sc_intr_valid, they are usedmartin
2002-04-06Ooops, forgot to adopt this to the previous change of isic_isac_intr.martin
2002-03-30Be a nice citizen, enable interrupts only when we are ready to talkmartin
2002-03-30Avoid duplicate expensive lookups by passing a pointer to the callmartin
2002-03-29Split BRI attaching into two phases, so lower layer drivers can get theirmartin
2002-03-27After Jason Thorpe explained to me how it is supposed to work, implementmartin
2002-03-25Now that we have all pieces in place (and enough granularity to specifymartin