summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
AgeCommit message (Expand)Author
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-17Fix typo: in disk_init() call: fd -> sc.he
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-11Adapt to new signature for callout_init().he
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-06Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) totsutsui
2007-03-06- remove volatile from *regkva member in struct grfabs_et_privtsutsui
2007-03-06- change pointers which actually required caddr_t to calculate addresstsutsui
2007-03-06Make TX buffer (uint8_t *) and remove an unnecessary cast.tsutsui
2007-03-06Add (char *) cast to appease -Wpointer-arith.tsutsui
2007-03-06Make req_addr (char *) rather than adding an extra casttsutsui
2007-03-06Make io_data (char *) rather than adding an extra casttsutsui
2007-03-06More fixes after the caddr_t removal.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used forreinoud
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-11-24s/independant/independent/, from Zafer.wiz
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-08-28Use the common <dev/sun/vuid_event.h> header file instead of maintaininghe
2006-08-04More gcc4 "uninitilized" variables.mhitch
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-05-10Fix a bunch of cast lvalues.skrll
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-03-29Do not disable access to tseng private registersthomas
2006-03-26Use device_unit().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-06Remove another instance of the macro triplet SET/CLR/ISSET, nowhe
2006-02-25Fix some typos.wiz
2006-02-23Use device_parent().thorpej
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2006-01-16properly use ata_channel->ch_ndrive:bouyer
2005-12-24__asm__ -> __asmperry
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2005-06-04Remove the unused global variable "baud" because it is causinghe
2005-06-04Prefix local variables in macros with _, and add a character tohe
2005-05-10Add some definitions of the (Falcon) IDE register locations and use thesejdc
2005-03-02getitesp() can return NULL, so check for that in iteopen().chs
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2005-01-23Adapt to the change in type of ite_on() -- don't pretend that it returnshe