aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/idt
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-2/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO toAlan Cox2004-01-141-10/+8
* NULL -> 0Alfred Perlstein2003-12-242-5/+5
* Gross kludge:Warner Losh2003-11-161-0/+8
* Use __FBSDID().David E. O'Brien2003-08-243-6/+9
* - Deal with netisr changes.Matthew N. Dodd2003-03-291-5/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* - The 'aux' field isn't around any longer.Matthew N. Dodd2003-01-241-7/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-3/+3
* Use more standard variable names for modevent functions.Matthew N. Dodd2002-10-021-2/+2
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.Matthew N. Dodd2002-10-011-0/+2
* HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).Matthew N. Dodd2002-09-305-0/+4699