summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Allow m_dup_pkthdr to accept mbufs with attached clusters assilby2003-03-281-3/+3
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-282-4/+25
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
* Check return value from vmapbuf instead of the function address.tegge2003-03-271-2/+1
* Correct LDBL_* constants based on values from i386.das2003-03-271-9/+9
* - Rely on ether_ifattach() to initialize part of our struct ifnetmdodd2003-03-271-23/+17
* Eliminate a buffer sleep/wakeup race.tegge2003-03-271-7/+3
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-279-10/+10
* Add missing includes from previous commit.jhb2003-03-272-0/+2
* Fix indentation.maxim2003-03-271-2/+2
* o Protect set_fs_param() by splimp(9).maxim2003-03-272-8/+18
* Run a revision on the OAM api.phk2003-03-274-87/+304
* Check return value of g_call_me()phk2003-03-271-4/+5
* o netisr_queue() returns 1 on success and 0 on failure,maxim2003-03-271-1/+1
* Deregister the dev_clone event handler we registered - don't touch thetjr2003-03-272-4/+8
OpenPOWER on IntegriCloud