summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-09-05init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabledMichael Shalayeff
2000-09-05Support detach of xl(4) devices, mainly to allow the ejection and insertion ofAaron Campbell
3Com575-based CardBus PC Cards; from nate@
2000-09-05Fix the way that I/O port and memory space is allocated to cards. ok aaron@Nathan Binkert
2000-09-05Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and usefulFederico G. Schwindt
w/ other drivers as well. The iomem change has changed long ago to keep using 4 pages; From NetBSD.
2000-09-04oops recycle variable, only used when mem mode enabledMichael Shalayeff
2000-09-04- Changes to mouse_copy_extend() to behave more like an xterm.Aaron Campbell
- Removed some unused code. - From Jean-Baptiste.Marchand@epita.fr
2000-09-04update netbsd rcsid, which we seem to be up toMichael Shalayeff
2000-09-04printing XaQti on 5 consecutive lines is stupidTheo de Raadt
2000-09-04match pcic at isa memory config, free resources on failure (-1 panic); aaron@ okMichael Shalayeff
2000-09-04fix dmesg outputTheo de Raadt
2000-09-04export pcibios config flagsMichael Shalayeff
2000-09-04regenJun-ichiro itojun Hagino
2000-09-04Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC)Jun-ichiro itojun Hagino
2000-09-04Correct EDP register. This has fixed some device timeout problems.Federico G. Schwindt
Patch by belu@hak.feldkirch.com; checked against linux. I'd be nice if ppl having problems with these cards test this.
2000-09-04futhers futherMichael Shalayeff
2000-09-04sync w/ netbsdMichael Shalayeff
2000-09-04under pressureMichael Shalayeff
2000-09-04newmedia .wavjammerMichael Shalayeff
2000-09-04do not panic on detachMichael Shalayeff
2000-09-03fix revision parsing, print local revisionMichael Shalayeff
2000-09-03add bzero.oto OBJS, since it's generated by other means but .mk rulesMichael Shalayeff
2000-09-03a note about 705/35 graphics; from he@obt.runit.noMichael Shalayeff
2000-09-02Amiga joystick driver. Stylistic comments by Niklas.Marc Espie
Missing documentation yet.
2000-09-01syncTheo de Raadt
2000-09-01repairsTheo de Raadt
2000-09-01syncTheo de Raadt
2000-09-01a commentTheo de Raadt
2000-09-01Kernel support for new PCVT console mouse features.Aaron Campbell
- Basic cut/paste functionality. - Wheel mouse support (wheel rolls page-by-page through scrollback buffer). - Copybuffer ownership. i.e., if User X logs in the console and selects text, when User Y logs in later the buffer cannot be pasted. Big thanks to Jean-Baptiste Marchand, Julien Montagne, and Jerome Verdon for implementing this.
2000-09-01reMichael Shalayeff
2000-09-013ware escaladeMichael Shalayeff
2000-09-01syncTheo de Raadt
2000-09-01newish stuff, based on various trawlingTheo de Raadt
2000-08-31re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.hEric Jackson
so they can be used for osf1 emul.
2000-08-31add missing \n to log(). sync with kame.Jun-ichiro itojun Hagino
2000-08-30regen.Federico G. Schwindt
2000-08-30Remove entry added during the ne break. Should work fine now.Federico G. Schwindt
2000-08-30- Finally fix the problem introduced after the ax88190 support; the MACFederico G. Schwindt
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing.
2000-08-30remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-30additional range checking; From: NetBSDBrad Smith
2000-08-30more gig on the CDTheo de Raadt
2000-08-30add xmphy and brgphy's here tooJason Wright
2000-08-29From FreeBSD: split out the support for XMAC-II phys and other physJason Wright
add xmphy & brgphy to GENERIC
2000-08-29openbsdismsJason Wright
2000-08-29moreTheo de Raadt
2000-08-29do not forward packets with unspecified source (::).Jun-ichiro itojun Hagino
this is clarification made to rfc2460 recently. sync with kame.
2000-08-29remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-28Prototypes for interrupt handlers should go into .h file, not .cMiod Vallat
2000-08-28Less magic numbersMiod Vallat
2000-08-28Add lkm, ch and ses supportMiod Vallat
2000-08-28Remove unneeded constantsMiod Vallat