Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-13 | RAW_PART p_size on floppies and mcd's should be in sectors. | Kenneth R Westerback | |
Only 'Japanese 1.2MB' floppies have sectors that are not 512 bytes, according to isa/fd.c's fd_types[]. SCSI/ATAPI cd's already use sectors, and mcd cd's should be no different. So there should be no functional change. | |||
2006-08-13 | Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64 | Kenneth R Westerback | |
fd. Eliminate unused variable and FDC_BSIZE which was only used to set value of the unused variable. No change to object file. | |||
2006-07-29 | Do not redefine ALIGNED_POINTER, it comes from <machine/param.h> | Miod Vallat | |
2006-07-27 | Rework opl_find() so that it does not need to take a proto softc, shaves | Miod Vallat | |
more than 2.5KB of stack for its callers (and even more on 64 bit arches). | |||
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
tested by jmc@ | |||
2006-06-24 | Add abstraction for resistor factors and avoid using the rfact member of | Mark Kettenis | |
'struct sensor' which is on its way out. tested by & ok jsg@ | |||
2006-06-19 | Do not bother initializing the rfact member of `struct sensor'; it is on its | Mark Kettenis | |
way out anyway. | |||
2006-06-17 | add sys/timeout.h | Brad Smith | |
2006-06-01 | We do not create st devices with different density modes. i.e. with device | Kenneth R Westerback | |
minor numbers having bits 2 or 3 set. Eliminate the quirks, etc. used to store info on these non-existant modes. Also eliminate a couple of 'unimplemented' fields in the ioctl request structure. ok beck@ deraadt@ | |||
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback | |
often rely on the detach routine for cleanup. So be consistant and careful by checking for a NULL hook before calling *hook_disestablish in detach routines. ok mickey@ brad@ dlg@ | |||
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat | |
file. | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation. | |||
2006-04-16 | bus_space_handle_t and bus_space_tag_t being opaque, they can not necessarily | Miod Vallat | |
be assigned ``0'' (in egprobe() upon failure). | |||
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe | |
sgec ok martin@ if_ie ok miod@ if_de, if_hp not in GENERIC ok brad@ | |||
2006-04-10 | unify temperature sensor names much more | Theo de Raadt | |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray | |
Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov. | |||
2006-04-01 | Small fixes from form@: | Alexander Yurchenko | |
- don't allow wildcard port locator - use GPIO_PIN_LOW instead of 0 | |||
2006-03-27 | Some minor nits from form@, no functional changes. | Alexander Yurchenko | |
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko | |
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. | |||
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller | |
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat | |
2006-03-14 | Return ENXIO when trying to open a non-existent device, not ENODEV. | Miod Vallat | |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
2006-03-10 | Silence mcd during probe, as in 1.13 but accidentally lost in 1.24. | Miod Vallat | |
2006-03-10 | ansi. no binary change. | Jonathan Gray | |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat | |
2006-03-09 | Zero-fill the fake softc during probe, and put a plausible dv_xname, so that | Miod Vallat | |
probe failures don't display garbage in their messages. | |||
2006-03-09 | Unimplemented ioctl commands should return ENOTTY, not EINVAL. | Miod Vallat | |
2006-03-09 | KNF, deregister, no functional change. | Miod Vallat | |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat | |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat | |
2006-03-04 | Internal interrupt counters should be compiled only if option AUDIO_DEBUG | Miod Vallat | |
rather than if option DIAGNOSTIC. | |||
2006-02-24 | Extend temperature lookup table for a wider range and provide a | Alexander Yurchenko | |
conversion formula in the comment. | |||
2006-02-24 | remove NetBSD headers | Brad Smith | |
2006-02-22 | Fix size in snprintf() call; previous value turned out to be correct by luck. | Miod Vallat | |
2006-02-12 | Do not bell if keyboard.bell.volume=0; | Miod Vallat | |
reported by Michael Knudsen (mk, molioner dk) | |||
2006-01-30 | Add basic radiotap support. Modelled somewhat after | Jonathan Gray | |
ral and NetBSD wi radiotap. "looks ok" damien@ | |||
2006-01-28 | Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD code | Mark Kettenis | |
left, replace copyright with my own. requested by deraadt@ | |||
2006-01-26 | Make lm at iic detach properly, and use config_detach(9) to fully detach | Mark Kettenis | |
lm at iic if we attach lm at isa for the same chip. tested by robert@, krw@ | |||
2006-01-23 | Don't match ITE chips matched by it(4). | Mark Kettenis | |
tested by jsg@ | |||
2006-01-23 | Do not enable disabled sensors. | Mark Kettenis | |
ok grange@, dlg@ | |||
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat | |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-17 | Check LM78/79/81 chip ID to prevent spurious matches. | Mark Kettenis | |
tested by bernd@ | |||
2006-01-15 | If we attach an lm(4) to isa(4) that is already attached to iic(4), disable | Mark Kettenis | |
the one attached to iic(4). idea from deraadt@ | |||
2006-01-14 | Move isa-specific members of struct lm_softc into lm_isa.c. | Mark Kettenis | |
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis | |
lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@ | |||
2006-01-12 | Instead of resetting the device and check whether power-up defaults match | Mark Kettenis | |
the expected values, detect Winbond chips by checking for the Winbond vendor ID, and detect LM78/79/81 by checking for a plausible i2c address. ok deraadt@ |