summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).sanpei2003-01-112-4/+14
* correct printf formatsam2003-01-111-1/+1
* Reset the channel in attach if its not the console.jake2003-01-111-0/+7
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
* Major bugfixes for large memory and fast systems.scottl2003-01-114-67/+90
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-112-32/+16
* make sem_leave return a usable errno instead of -1.alfred2003-01-101-3/+3
* Output the fstype of each partition in a disklabel in the configurationjhb2003-01-101-0/+7
* MFi386: revision 1.552.nyan2003-01-102-4/+0
* Don't record thread pointer, it's not permanent in process life cycle,davidxu2003-01-101-6/+6
* Make newer integrated SiS900 cards working.mbr2003-01-102-2/+36
* Sis no longer implements the enhanced phy controlmbr2003-01-102-53/+262
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofmbr2003-01-102-3/+14
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-108-8/+8
* o Improve wording of the comment that accompanies fs_pad. Themarcel2003-01-101-1/+6
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-104-0/+30
* Don't allow user process to set an invalid window state through sigreturn.jake2003-01-102-4/+9
* Clear the target hardware address field when generating an ARP request.tmm2003-01-101-0/+1
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidgordon2003-01-091-2/+3
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
* Add support for the Davicom DM9009 chipset.trhodes2003-01-094-0/+8
* Remove earlysetcpuclass() as it has been OBE.jhb2003-01-094-34/+0
* Rework part of the previous processor name changes so that we readjhb2003-01-099-82/+56
* Build gem(4) on powerpc also.obrien2003-01-091-2/+5
* Moved if_hme to hme.obrien2003-01-092-10/+1
* Add an hme(4) module.obrien2003-01-091-0/+9
* Oops, add zstty to the witness order list.jake2003-01-091-0/+1
* Dont probe PnP devices.sos2003-01-091-0/+4
* Fix typosos2003-01-091-1/+1
* Make ofw_pci_find_node() use the reg property instead of thebenno2003-01-091-5/+5
* Add a pcib variant to allow us to fix up interrupt assignments.benno2003-01-092-0/+119
* - Add error messages for bulkxfer.simokawa2003-01-092-4/+7
* Allocate interrupts from the resource list.benno2003-01-091-2/+4
* - Remove the ignore list and replace it with a quirk list of sorts.benno2003-01-092-23/+58
* Invoke the driver directly when a request is submitted via crypto_dispatchsam2003-01-091-21/+52
* o handle jumbograms in m_clonesam2003-01-091-52/+82
* Merge from NetBSD and arrange for FreeBSD's slight differences inimp2003-01-092-817/+423
* - remove unneeded includesgrehan2003-01-091-5/+17
* Remove obsolete GEOM option, and bring diskless options up-to-dategrehan2003-01-091-7/+3
* Include if_hme_sbus.c, so that the module can also be used on sbustmm2003-01-091-1/+1
* Add detach, shutdown, suspend and resume methods.tmm2003-01-094-12/+142
* Add sbus specific zs file.jake2003-01-081-1/+2
* Split this into bus specific front end(s), so that it can be used by ppc.jake2003-01-084-279/+398
* Steal some space from fs_fsmnt to create fs_volname and fs_uuid. The volnamegordon2003-01-081-1/+9
* Build a gem module, for sparc64 only for now.tmm2003-01-082-1/+10
* Add detach, shutdown, suspend and resume methods. The latter two aretmm2003-01-083-42/+97
* In vm_page_alloc(), honor VM_ALLOC_ZERO for system and interrupt classalc2003-01-081-12/+5
* Consistently use spaces in between arguments to strcmp(). Whitespacejhb2003-01-082-6/+6
* Fix module dependancy name.obrien2003-01-081-1/+1
* Add an hme(4) module.obrien2003-01-082-0/+13
OpenPOWER on IntegriCloud