summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug in the ENOMEM pacing code which probably made it panic systemsphk2003-03-291-4/+4
* - Free interrupt handler in ep_free().mdodd2003-03-296-18/+32
* Add create_geom and destroy_geom methods.phk2003-03-291-0/+159
* remove a blank line.phk2003-03-291-1/+0
* Checksum the configuration EEPROM.mdodd2003-03-291-0/+43
* - Return error status instead of value in get_e().mdodd2003-03-294-32/+71
* Switch vr_encap over to using m_defrag instead of its own versionsilby2003-03-292-28/+4
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalsilby2003-03-292-70/+60
* Fix the osf1 abi module on SMP systems by making the size ofgallatin2003-03-292-2/+3
* Have sis_encap use m_defrag if:silby2003-03-291-1/+25
* opt_geom.h is no longer required for this module.mdodd2003-03-291-5/+2
* Add 'idt' driver to module build.mdodd2003-03-291-0/+1
* - Deal with netisr changes.mdodd2003-03-291-5/+5
* Add module infrastructure for 'dpt' driver.mdodd2003-03-292-0/+15
* Add module infrastructure for 'if_ex'.mdodd2003-03-292-0/+13
* - Declare ex_devclass in if_ex.cmdodd2003-03-294-8/+8
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().mdodd2003-03-294-15/+22
* Reformat for readability.mdodd2003-03-291-96/+98
* Add module infrastructure for 'vpd' and 'smbios' and move 'smbios'mdodd2003-03-295-2/+29
* Remove useless code.mdodd2003-03-291-6/+0
* Don't compile the identify method yet.mdodd2003-03-291-0/+4
* Register dependency on the elink module.mdodd2003-03-291-0/+3
* Add module infrastructure for elink.mdodd2003-03-292-0/+11
* Add module infrastructure for if_ie.mdodd2003-03-292-0/+11
* Second round of updates to the ATA driver.sos2003-03-2911-537/+614
* - Move driver to newbus.mdodd2003-03-298-541/+1124
* - Change ELINK_ID_PORT; the 3c507 likes 0x100 better.mdodd2003-03-292-2/+19
* Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsmdodd2003-03-291-0/+2
* 'speaker' not 'atspeaker'mdodd2003-03-291-1/+1
* Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' whichmdodd2003-03-293-11/+1
* Adjust shared memory allocation to work on cards with only 8 KB of RAM.mdodd2003-03-291-6/+6
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-2916-308/+451
* fixed a mbuf leak when an IP packet from ESP tunnel is redirectedsuz2003-03-291-0/+7
* - Track resources in our softc.mdodd2003-03-295-127/+278
* Fix up the long mbuf chain recovery code to use m_defrag; the oldsilby2003-03-291-19/+8
* Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partalc2003-03-293-13/+8
* Add the m_defrag routine, as discussed on committers@. Thissilby2003-03-292-0/+84
* Add MBUF_FRAG_TEST to NOTES.silby2003-03-291-0/+7
* Text formatting changes.mdodd2003-03-292-65/+68
* Don't panic if we aren't plugged into a hub.mdodd2003-03-291-5/+18
* add missing copyright noticessam2003-03-283-4/+90
* Check for the PS_NEEDSIGCHK flag in the right flags field.jhb2003-03-282-2/+2
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-284-31/+28
* Sysctl treats `long' and `unsigned long' differently - fix a comment.robert2003-03-281-1/+1
* bump __FreeBSD_version for thread-safe realpath(3)fjoe2003-03-281-1/+1
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
* pccarddevs_data.h no longer generatedimp2003-03-281-3/+2
* MFp4:imp2003-03-282-106/+10
* - Clean up function calling conventions.mdodd2003-03-284-439/+525
OpenPOWER on IntegriCloud