summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-07-02don't call mii_pollstat() right after mii_tick() in foo_tick_task()Brad Smith
2005-07-02set IFCAP_VLAN_MTU and do not whine if we cannot get mbufsBrad Smith
2005-07-02- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-02de-static and we don't need to enable bus mastering hereBrad Smith
2005-07-02xscale UART FIFOs are 32 bytes deep; found by deraadt@Uwe Stuehler
2005-07-02syncTheo de Raadt
2005-07-02shortenTheo de Raadt
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resourcesBrad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith
2005-07-01revert rev 1.59Brad Smith
2005-07-01Remove duplicate if_start assignment. ok dlg@Jonathan Gray
2005-07-01fix a couple of signed->unsigned warnings lint foundBrad Smith
2005-07-01enable RX HW checksum offloadBrad Smith
2005-06-30Do not compile RAMDISK_SERVER functionnality by default if option SMALL_KERNEL;Miod Vallat
2005-06-30syncTheo de Raadt
2005-06-30Sun Expert3D cardsTheo de Raadt
2005-06-30syncTheo de Raadt
2005-06-30update VIA parts based on new docsTheo de Raadt
2005-06-29initialize timeouts needed by pccomTheo de Raadt
2005-06-29remove unused FreeBSD printfBrad Smith
2005-06-29volatile hereBrad Smith
2005-06-29rev 1.25Brad Smith
2005-06-29add some Power Management constantsBrad Smith
2005-06-29- sync bus_dma ops and add bus_dmamap_sync()'sBrad Smith
2005-06-29rev 1.47Brad Smith
2005-06-28NBIO > 0 the bioctl code.Marco Peereboom
2005-06-28implement ami_schwartz_poll() per the FIXME leftover from the hackathon.Marco Peereboom
2005-06-28allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ testin...Michael Shalayeff
2005-06-28regenBrad Smith
2005-06-28tab to spaceBrad Smith
2005-06-28rev 1.28Brad Smith
2005-06-28do not whine if we cannot get mbufs.Brad Smith
2005-06-27commaTheo de Raadt
2005-06-27typo; mitja@muzenic.netTheo de Raadt
2005-06-27card broadcom serial, plus set frequencyTheo de Raadt
2005-06-27syncTheo de Raadt
2005-06-27Broadcom serial device (found on option globetrotter edge)Theo de Raadt
2005-06-26syncTheo de Raadt
2005-06-26more via devsTheo de Raadt
2005-06-26remove unused code in bge_intr()Brad Smith
2005-06-26rev 1.29Brad Smith
2005-06-26Use pci_matchbyid().Brad Smith
2005-06-26- clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-06-26remove one more piece of the media detection from SRM code.Brad Smith
2005-06-25re-add ASIX check lost in rev 1.77Brad Smith
2005-06-24MSI Bluetooth adapters need the ubt_broken_devices quirkMartin Reindl
2005-06-23clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-06-23Use proper type for 32 bit entity. s/long/intRobert Nagy
2005-06-22apparently i got the last one reversed; from jakemsr@Michael Shalayeff
2005-06-21remove duplicate function prototypes. ok deraadtKevin Lo