summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-07-12Print the card number the chipset string is obtained from.Jonathan Gray
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-12Add AMI_MAX_TARGET.Marco Peereboom
2005-07-12syncTheo de Raadt
2005-07-12new INTEL 915GM*; pablomh@gmail.comTheo de Raadt
2005-07-12remove unused prototype sk_free_jumbo_memBrad Smith
2005-07-12free resources for Jumbo buffers in sk_stop().Brad Smith
2005-07-11Enable IR receive mode only for infrared capable PXA2x0 UARTs. NormalUwe Stuehler
2005-07-11add missing {} around TAILQ_FOREACH block, found by David HillDaniel Hartmeier
2005-07-11align some stupid commentsMichael Shalayeff
2005-07-11syncTheo de Raadt
2005-07-11new devs; maxim@student.chalmers.seTheo de Raadt
2005-07-10Spacing cleanup.Alexander Yurchenko
2005-07-10pci_conf_read() return pcireg_t not u_int32_t and fix some styleMichael Shalayeff
2005-07-10Protect from multiple inclusion.Alexander Yurchenko
2005-07-10Add diskarray structure for modern controllers.Marco Peereboom
2005-07-10remove two unused flagsBrad Smith
2005-07-09remove code for TX checksumBrad Smith
2005-07-09Implement _bus_dmamem_mmap instead of just calling panic();Robert Nagy
2005-07-09don't clear RUNNING here.Brad Smith
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
2005-07-09remove braces hereBrad Smith
2005-07-09In the interrupt handlers, clear the interrupt condition explicitely;Miod Vallat
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-07-09betterBrad Smith
2005-07-09- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-09handle 64bit bar; found by mpf@Michael Shalayeff
2005-07-09rev 1.34Brad Smith
2005-07-09ANSI protosBrad Smith
2005-07-09fix SIOCSIFMTUBrad Smith
2005-07-09- disable TX checksum offload since this chip has a bug whereBrad Smith
2005-07-09Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok.Hakan Olsson
2005-07-08Remove unused extent_insert_and_optimize() parameter 'flags'. SpottedKenneth R Westerback
2005-07-08The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in additionMiod Vallat
2005-07-08Do not report the battery status as critical but absent, when the batteryMiod Vallat
2005-07-08Declare mainbus_model as extern here so that code outside of autoconf.c canMiod Vallat
2005-07-08Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2Miod Vallat
2005-07-08Allow more than one auxio device to attach, and attach both SPARCbook auxioMiod Vallat
2005-07-08Fix external video synchro constants.Miod Vallat
2005-07-08Partially revert r1.8 - we do not want to match on the SPARCbook auxio2Miod Vallat
2005-07-08 Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined.Marco S Hyman
2005-07-08- use ETHER_MAX_LEN_JUMBO in one more spotBrad Smith
2005-07-08Remove verbosity during autoconf when running in vmware.Marco Peereboom
2005-07-08add a return here.Brad Smith
2005-07-07clear vm_dused at exec time, since we are potentially re-using the vmspace;Theo de Raadt
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
2005-07-07check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.Brad Smith
2005-07-07Make Fractional T1 work, reported and tested by Greg Mortensen,Can Erkin Acar
2005-07-07ueagle.cCan Erkin Acar
2005-07-07- the PCI layer enables bus mastering so don't bother again here.Brad Smith