summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2002-01-02if pm_adb_op times out waiting for an interrupt, attempt to takedbj
2002-01-02defer attaching akbd as console until after it hasdbj
2001-11-04Use common macro to check message length.tsutsui
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-10-02Use WSKBD_TYPE_ADB.mycroft
2001-09-16Grammar improvements in comments.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-09Properly initiatize sc->sc_wdcdev.set_modes for non-DMA controllers.bouyer
2001-08-05use unsigned variable types as appropriatejdolecek
2001-08-03Remove (#if 0'ed) m68k asm codes.tsubai
2001-08-02Properly setup timings for ata-4 controllers, including UDMA modes.bouyer
2001-07-26Add rnd entropy gathering.mjl
2001-07-26Change description of handler-ID == 195.tsubai
2001-07-26Fix a warning when compiled w/o DDB.tsubai
2001-07-25Return() if piomode == -1 (i.e. we have no drives), avoid reading an array withbouyer
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2001-07-17Eject PCMCIA card on ohare based models only.tsubai
2001-07-12Add the keyboard ID found on the American versions of the PowerBook G4 andnathanw
2001-07-11Allow build with KGDB defined.briggs
2001-06-20There is no other support for KGDB in this driver yet, so ifdef out thebriggs
2001-06-19`existent', not `existant'wiz
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-17Support the new iBook.tsubai
2001-06-15Pass WDC_CAPABILITY_MODE to the wdc core, so that it will set timingsbouyer
2001-06-10Use machine/bat.h rather than powerpc/mpc6xx/bat.h.tsubai
2001-06-10Forgot to commit this; s/offb/ofb/.tsubai
2001-06-10Use ofb_softc again.tsubai
2001-06-10Enable color! call in ofb_putcmap again.tsubai
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-06-06Changes new pmap, common param.h, vmparam.h, and moved includes.matt
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-30use _KERNEL_OPTmrg
2001-05-16Add AirMac frontend.tsubai
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-26Remove spaces at EOL.tsubai
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-24Make sure free rx buffers have GMAC_OWN set.tsubai
2001-04-20After finishing with the received descriptor, make sure to "eieio" to makematt
2001-04-05Support uni-north based models. (XXX not complete)tsubai
2001-04-05Correct input volume settings.tsubai
2001-04-01Correct vBufA offset. (currenly not used)tsubai
2001-04-01Adjust timing for pmu99. Internal keyboard of recent PowerBookstsubai
2001-03-29When attached, do not change brightness if the value is zero.tsubai
2001-03-29use NCR_F_DMASELECT instead of ncr53c9x_dmaselectpetrov
2001-03-15Accept 8000Hz (XXX).tsubai
2001-03-15Use write-through caching for video ram. (Disabled by default, for now.)tsubai
2001-03-15Add ulinear16 support.tsubai
2001-03-12Round up block size to at least NBPG bytes.tsubai
2001-03-02Enable CD and microphone sound input on paddington based systems.tsubai
2001-02-28Back out previous change. It was harmful on my PowerBook G3.tsubai