summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2007-05-28Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes areKenneth R Westerback
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-19the thinkpad 60 models are in "state" 5.Ted Unangst
2007-05-082nd one found: If you really wish to make a function __inline (which willTheo de Raadt
2007-05-08old school media handling is no longer used; ok jsgTheo de Raadt
2007-05-04move bcd tables to the only place that uses them (the unused mcd driver);Theo de Raadt
2007-04-29MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o.Kenneth R Westerback
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-06Evil typo; spotted by Thorsten GlaserMiod Vallat
2007-01-07Replace infinite loops with appropriate constructs to fail operation if itMiod Vallat
2007-01-06Preliminary support for the hp300 single ISA slot found in 4xx `t' models.Miod Vallat
2007-01-05Don't pollute userspace with uneeded headers.Jonathan Gray
2007-01-05Remove unknown sensor that seems to always be fixed at 7Jonathan Gray
2007-01-05Switch to indicator type for sensors with boolean values.Jonathan Gray
2007-01-05Change slightly to not need one of the softc members.Jonathan Gray
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-12-02In alloc_attr(), make sure xxansitopc[] indicies are within bounds.Miod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-01fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgBrad Smith
2006-09-29If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every timeMiod Vallat
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-08-26Remove ifdef/ifndef __OpenBSD__ maze so only what we use is left.Jonathan Gray
2006-08-13RAW_PART p_size on floppies and mcd's should be in sectors.Kenneth R Westerback
2006-08-13Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64Kenneth R Westerback
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2006-07-27Rework opl_find() so that it does not need to take a proto softc, shavesMiod Vallat
2006-06-26Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-26Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-24Add abstraction for resistor factors and avoid using the rfact member ofMark Kettenis
2006-06-19Do not bother initializing the rfact member of `struct sensor'; it is on itsMark Kettenis
2006-06-17add sys/timeout.hBrad Smith
2006-06-01We do not create st devices with different density modes. i.e. with deviceKenneth R Westerback
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-05-11if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie perMiod Vallat
2006-04-27from PAE work:Michael Shalayeff
2006-04-16bus_space_handle_t and bus_space_tag_t being opaque, they can not necessarilyMiod Vallat
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-04-10unify temperature sensor names much moreTheo de Raadt
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray