summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-18macros and types for event notifications from the hardware.David Gwynne
2006-09-18tiny whitespace nitDavid Gwynne
2006-09-18There's no need to walk the list of devices to find the SCSI bus wePedro Martelletto
2006-09-17Re-add the link state check to re_start(), which was added in rev 1.31 andBrad Smith
2006-09-17set the IFCAP_VLAN_MTU flag.Brad Smith
2006-09-16Don't panic if firmware files are not in place. Ja ja ja ja claudio@.Marcus Glocker
2006-09-16Bring pgt(4) in a working state. Much work also done by claudio@.Marcus Glocker
2006-09-16rework the handling of the errors coming off the hardware at the bottom ofDavid Gwynne
2006-09-15Reserve some commands slot for bioctl/sensorsd so ciss doesn't crashKenneth R Westerback
2006-09-15Kettenis's polished version of diff to preserve the mac address on thecus,Dale Rahn
2006-08-31ciss can't do bio ioctl's when >1 logical device is defined. Bail outKenneth R Westerback
2006-08-31Start to get interface attach working.Marcus Glocker
2006-08-31Some first cleanup run.Marcus Glocker
2006-08-31Bring chip into initialized state.Marcus Glocker
2006-08-31Oops! Disable debug.Marco Peereboom
2006-08-31Add sensor thread for individual sd devices.Marco Peereboom
2006-08-31Do proper chipset identification.Marcus Glocker
2006-08-31Prerrt print volume nr in dmesg.Marco Peereboom
2006-08-31Get firmware loaded.Marcus Glocker
2006-08-30Return from channel tuning code if we get IEEE80211_CHAN_ANYJonathan Gray
2006-08-30when determining the size of the volumes and disks we want how manyDavid Gwynne
2006-08-29Don't panic when watchdog timeout is called.Marcus Glocker
2006-08-28Port bus_dmamap_load(9) and bus_dmamap_sync(9).Marcus Glocker
2006-08-28Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now.Marcus Glocker
2006-08-28async events defines and structsMichael Shalayeff
2006-08-28make a define for dealing w/ the big bit (0x80); no func changeMichael Shalayeff
2006-08-28properly detect failed drives and do not crash bioctl; krw@ testingMichael Shalayeff
2006-08-28bzero() the sensor memory after allocating it.Kenneth R Westerback
2006-08-28set error and break -- not return an error before spl is set back in ioctl! f...Michael Shalayeff
2006-08-27display proper volume device name in the volume line (; krw@ testingMichael Shalayeff
2006-08-27basic monitoring and management support. there are a few more things to fix b...Michael Shalayeff
2006-08-24Add some first PCI glue.Marcus Glocker
2006-08-24dont print debug output when the scsi completion path returns withDavid Gwynne
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
2006-08-22Very initial import to support the PrismGT chipset (FullMAC for now).Marcus Glocker
2006-08-21Add missing amrr statistic updates. Makes rate control work proper.Marcus Glocker
2006-08-20Remove some dead code.Marcus Glocker
2006-08-19Replace existing rate adaption code with the ieee80211_amrr framework.Marcus Glocker
2006-08-17Remove the link state check from re_start() for now. Allows the 8139C+Brad Smith
2006-08-17reduce the stack usage of the ioctl function by malloc/free'ing a numberTheo de Raadt
2006-08-16Not a bug, but change the ID strings for devices with hardware revBrad Smith
2006-08-15Remove DPRINTF from watchdog routine. To noisy even for debug mode.Marcus Glocker
2006-08-15Remove obsolete macros.Marcus Glocker
2006-08-15spacingTheo de Raadt
2006-08-15Some KNF and comment cleanup.Marcus Glocker
2006-08-15Improve watchdog handler.Marcus Glocker
2006-08-14Fix bogus scanning mode.Marcus Glocker
2006-08-14Turn off debug messages by default.Jonathan Gray
2006-08-13Enable hostap mode. Tested with acx100 and acx111.Marcus Glocker