summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1999-08-21/dev/ksymskstailey
1999-08-20teach it about Rise cpus; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-19undo damage aaron didTheo de Raadt
1999-08-18sysbeep/pciide/atapiscsikstailey
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right.
1999-08-15fit aic* at pcmcmiaTheo de Raadt
1999-08-15pciide & atapiscsikstailey
1999-08-14Driver for ASIX88140A/88141 Ethernet; from FreeBSDAaron Campbell
1999-08-13Almost forget it; USB support.Federico G. Schwindt
1999-08-13Add USB support.Federico G. Schwindt
1999-08-13Add USB devices support.Federico G. Schwindt
1999-08-12Use -Os, not -O2Todd C. Miller
1999-08-12IDT WinChip models; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-10more sb irq to 5. This is more likelyTheo de Raadt
1999-08-10move uha/wds -> 2nd floppyTheo de Raadt
1999-08-09missing const in bus_space_write_region_*; niklas@ okMichael Shalayeff
1999-08-09syncTheo de Raadt
1999-08-08reserve majors for isdn4bsdNiklas Hallqvist
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-08-06CDROM 2.88MB RAMDISK imageTheo de Raadt
1999-08-06RAMDISKB; only isp scsi driver so farTheo de Raadt
1999-08-05Updated brooktree driver from Roger HardimanNiklas Hallqvist
1999-08-05UpdateNiklas Hallqvist
1999-08-05Add PnP ESS tooNiklas Hallqvist
1999-08-04eso stuffNiklas Hallqvist
1999-08-04Match bus_dma api with NetBSD; deprecate BUS_DMAMEM_NOSYNC, introduceNiklas Hallqvist
BUS_DMA_COHERENT as a hint instead, currently ignored.
1999-08-04ef* at isapnp?Jason Wright
1999-07-30fixTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30byeTheo de Raadt
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
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-25Make sure pciide_machdep.c is uncommentedConstantine Sapuntzakis
1999-07-25add ti*Jason Wright
1999-07-25costa owes me a beerTheo de Raadt
1999-07-25remove extra commentsTheo de Raadt
1999-07-25disable wt0 by defaultTheo de Raadt
1999-07-25Enable new ATA/ATAPISCSI functionality as default.Constantine Sapuntzakis
1999-07-24silently ignore EIO on a disk, since this typically means it isTheo de Raadt
removable media, and guess what, it's probably been removed.
1999-07-24PCMCIAVERBOSE not default anymoreTheo de Raadt
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-07-22rename primary/secondary to channel 0/1Theo de Raadt
1999-07-21isapnp wdcTheo de Raadt
1999-07-21sync to GENERICTheo de Raadt
1999-07-20Add wdc pcmcia controller. This needs the new ATA code.Federico G. Schwindt
1999-07-20midi at ym/mpuTheo de Raadt
1999-07-20first cut at isapnp and ym mpuTheo de Raadt
1999-07-20126 -> NBT_BADConstantine Sapuntzakis
Fix disklabel/bad sectors stuff in wd
1999-07-18Get rid of useless #include's of wdc.hConstantine Sapuntzakis
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff