summaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_self
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2018-03-02 08:25:53 +0000
committermsaitoh <msaitoh@NetBSD.org>2018-03-02 08:25:53 +0000
commit8a388d3ec5e00b6871cec94dea8be89818cb043e (patch)
treee36d0d84ad4753fa09adddc1c64191c06f06cf0b /lib/libpam/modules/pam_self
parent78366d4f81e6ce643d7154b5a07279f53dd92f04 (diff)
Add Apollo Lake and Gemini Lake devices.
Diffstat (limited to 'lib/libpam/modules/pam_self')
0 files changed, 0 insertions, 0 deletions
td>nakayama 2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer 2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube 2008-01-01Add property to aceride to allow the forcing of compat mode.chris 2007-02-09Merge newlock2 to head.ad 2006-11-27PR/35136: Gary Duzan: Enable Ultra/133 on newer aceridechristos 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2005-12-11merge ktrace-lwp.christos 2005-08-07To disable a channel we need to clear bit 2 or 3, not all other bits butbouyer 2005-08-06remove debug printfbouyer 2005-08-06Add an optionnal controller callback for channel reset. If the callbackbouyer 2005-05-24add __KERNEL_RCSIDlukem 2005-02-27nuke trailing whitespaceperry 2004-08-21atastart() (called only at splbio(), and from interrupts) can changethorpej 2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej 2004-08-19- Add and use a CHAN_TO_WDC() macro to get the wdc_softc from anthorpej 2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej 2004-08-13WDCDEBUG -> ATADEBUG.thorpej 2004-08-13Don't bother with bits that tell of the presence of optional callbacks;thorpej 2004-08-02If acknowledge "bogus" interrupts (that is, interrupts that have happenedbouyer 2004-01-03More wdc_channel structure member namespace cleanup:thorpej 2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej 2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl 2003-10-24Remove IDE_PCI_CLASS_OVERRIDE -- it wasn't actually used anywhere. In lieu ofmycroft 2003-10-11Cosmetic changes:thorpej 2003-10-08Split pciide in per-chip family driver, as proposed inbouyer