summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-08-04Driver for the 3c515 FastEtherlink ISAJason Wright
1999-08-03straitify tlbmissers a little more; fix stack mangling for trapallMichael Shalayeff
1999-08-03flush caches and tlb on mapping removalMichael Shalayeff
1999-08-03* rf_reconstruct.c: adopt nilkas' suggestion regard statics andPeter Galbavy
__inline__ - this is a proof of concept and will cover the raidframe source as a whole over coming updates. Update namespace of function to prefix with rf_ - comments again welcome. * overall: rework the macros in rf_etimer.h and the resultant changes to their use to count microseconds and not clock ticks. Restore the code in rf_revent.c to a similar strcuture to before the previous commit, and use the system timers to govern resource usage. Tested with local i386/IDE and the reconstruction of a disk in my array - performance has improved for reconstruction at no noticable CPU cost.
1999-08-03Compile with UVM.Hakan Olsson
1999-08-03use ddb's printf in pmap_hptdumpMichael Shalayeff
1999-08-02Ethernet, not 10 Mb/s EthernetTheo de Raadt
1999-08-02revert from using static functions, as per niklas@openbsd.org advice.Peter Galbavy
1999-08-02fix reconstruction performance. the old code used home-grown timersPeter Galbavy
based upon hardcoded CPU speed values and an assumtion that the number of clock cycles was available. This is/was silly. redone rf_GetNextReconEvent so that is now runs for 1/10th second before sleeping for a short time (1/50th sec). Locally, this is using about 25% of the CPU while rebuilding a disk in a four disk IDE RAID5 array. It was 22% of the way through when I last looked... much much faster. An even better way is sought - suggestions welcome. Lots of code that the old routines relied on canm be harvested later. Patches also being sent to Greg Oster @ NetBSD group.
1999-08-02minor style nitPeter Galbavy
1999-08-02* make some function static, copied from rf_netbsdkintf.cPeter Galbavy
* move composition og openmask in raidclose to before where it is tested.
1999-08-02restore the NetBSD specific files to their -current state fromPeter Galbavy
NetBSD. There is no reason to mess with these; they are just being carried around as a reference at the moment.
1999-07-31RangeLAN2 ISADavid Leonard
1999-07-30Add IEEE 802 hardware type.Federico G. Schwindt
1999-07-30acd went awayTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30fixTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30byeTheo de Raadt
1999-07-30do not permit regular users to chflags/fchflags on chr or blk devices --Theo de Raadt
even if they happen to own them at the moment.
1999-07-30pretty print manufacturer and product for unknown devicesTheo de Raadt
1999-07-30print ports as 0x%x/%d start/len instead of start-endTheo de Raadt
1999-07-30Update RAIDframe from NetBSD-current as of 1999/07/26.Peter Galbavy
Please note that you *must* follow the upgrade instructions at http://www.cs.usask.ca/staff/oster/clabel_upgrade.html before installing the new raidctl and new kernel using this code.
1999-07-30rename rl2->rln for sanityDavid Leonard
1999-07-30printout flawsTheo de Raadt
1999-07-29A probe that fails on an otherwise working card, removedNiklas Hallqvist
1999-07-28Add LLC_SNAPFRAMELEN define. indent.Federico G. Schwindt
1999-07-28Moved the m_data/m_len shave of IP and TCP headers back to its originalcmetz
location, as attempts to do it differently have caused too many problems.
1999-07-27updateMichael Shalayeff
1999-07-27s/disk_pages/scsi_disk_pages/Niklas Hallqvist
1999-07-27regenMatthieu Herrb
1999-07-27add some SiS productsMatthieu Herrb
1999-07-26syncTheo de Raadt
1999-07-26ccubeTheo de Raadt
1999-07-26Move over the ISA PnP support from pccom.c to com.cNiklas Hallqvist
1999-07-26fix my last commit where I committed more than intendedNiklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1999-07-26betterTheo de Raadt
1999-07-26Print the irq first.Federico G. Schwindt
1999-07-26shrink code, cleanup port printouts, repairs various commentsTheo de Raadt
1999-07-26Some people don't have enough RAM in their PCs and expect swapping toConstantine Sapuntzakis
work. Fix an array bounds problem with the imask[] array.
1999-07-25move around ioctl definitionsJason Wright
1999-07-25indentTheo de Raadt
1999-07-25Make sure pciide_machdep.c is uncommentedConstantine Sapuntzakis
1999-07-25add ti*Jason Wright
1999-07-25driver for the Tigon I & Tigon II gigabit ethernet chipsets written byJason Wright
Bill Paul <wpaul@freebsd.org>
1999-07-25mpu_isapnp.c is used only when midi is includedMatthieu Herrb
1999-07-25gets even worse..Theo de Raadt
1999-07-25another costa bug.. erkTheo de Raadt
1999-07-25fake sd_atapi.c and sd_scsi.c until costa fixes it for realTheo de Raadt