summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-12-12One procfs.h leftover there, too.Miod Vallat
2005-12-12Remove unused code.Miod Vallat
2005-12-12Nuke unused pmap_from_phys_address().Miod Vallat
2005-12-12Nuke leftover references to procfs_mem.h.Miod Vallat
2005-12-12Pass interrupt type and level in the correct order.Mark Kettenis
ok drahn@, deraadt@
2005-12-12ansi, no binary change.Federico G. Schwindt
2005-12-12some bioses screw the order so be extra careful to counters; been in snaps ↵Michael Shalayeff
for some time
2005-12-12Drop clause 3/4 as per i386 version this was based on.Jonathan Gray
ok niklas@ (Copyright holder).
2005-12-12fix a license i botched years agoMichael Shalayeff
2005-12-12make printf debug-only so some people would just shuddupMichael Shalayeff
2005-12-12knfDavid Gwynne
2005-12-12If a PCI-X card is detected then set bge_pcix.Brad Smith
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11a whole bunch of ciss(4) PCI ids.Brad Smith
From FreeBSD
2005-12-11Work in progress SMP code; mvme88k boards can spin up secondary CPUs,Miod Vallat
kernel boots single user. Still a lot of polishing and bugfixing to do.
2005-12-11Remove unused includes.Miod Vallat
2005-12-11Factorize soft interrupt code between luna88k and mvme88k.Miod Vallat
2005-12-11Fix ROMCR defines.Miod Vallat
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@
2005-12-11Use e2fs_sbsave() instead of bcopy() when dumping the super-block backPedro Martelletto
to disk, fixes ext2fs on big-endian architectures
2005-12-11Fix mixer for machines that have lineout and/or don't have headphone.Mark Kettenis
ok joris@
2005-12-11inode/dinode separation for ext2fsPedro Martelletto
2005-12-11Remove some dead code spotted by lint.Kenneth R Westerback
ok miod@ deraadt@
2005-12-11bitfields must be off an int or such typeTheo de Raadt
2005-12-11On halt, wait for a keypress on the console and reboot; allows one to haveMiod Vallat
the BUG set to auto-boot and not lose the machine upon halting. Requested by deraadt@ and nick@ long ago.
2005-12-11add a few Intel PCI-ISA bridges.Brad Smith
2005-12-11cleanup some knr to ansi i missed, and some extra whitespace i accidentallyDavid Gwynne
snuck in.
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11- change Intel PRO/100 VE (3) to 82801DB LANBrad Smith
- add Intel 82801DBL IDE controller PCI id
2005-12-11recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000Brad Smith
2005-12-10Only initialize the CMMUs tied to our running CPU on startup.Miod Vallat
Tested on luna88k and mvme88k.
2005-12-10use the 5750 DSP code with the BCM5714 and BCM5780 too.Brad Smith
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10sk_shutdown -> skc_shutdown and register the shutdown function withBrad Smith
shutdownhook_establish().
2005-12-10shrink dmesg entry by one line by merging the chipset revision intoBrad Smith
the skc line and fix various error condition printf's in skc_attach(), sk_attach() and sk_alloc_jumbo_mem() so the messages will be displayed properly. ok krw@
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10re-add bge_shutdown() but also register the function withBrad Smith
shutdownhook_establish().
2005-12-10m_pullup() the whole header, not the number of bytes in an int. FoundKenneth R Westerback
by lint. ok deraadt@
2005-12-10Check dm_nsegs > 0 rather than dm_segs > 0 when deciding if there areKenneth R Westerback
valid segments to unload. Spotted by lint. ok miod@
2005-12-10remove an unused mbuf struct from vr_encap(), leftover from Jason's bus_dma ↵Brad Smith
conversion. From Andrey Matveev <evol at online dot ptt dot ru>
2005-12-10Don't check/free new_entry here, since it can't have been set. SpottedKenneth R Westerback
by lint. "Probably a bogus cut'n paste." says moid. ok miod@ pedro@
2005-12-10Initialize flags before using it. Spotted by lint.Kenneth R Westerback
ok reyk@
2005-12-10C99 section 6.8.6.4 says "A return statement with an expression shallKenneth R Westerback
not appear in a function whose return type is void." Lint agrees. ok (and C99 spec info) cloder@
2005-12-10Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resettingPedro Martelletto
the device, should fix a huge delay attaching adb(4) on some boxes, thanks to everyone who tested, okay deraadt@.
2005-12-10another go at cleaning up bus_dma usage.David Gwynne
when you're using the bus dma api like we are, there are two bus_dma_segment_t's involved, one for the pa stuff and one for the dva stuff. we set this up ok in ami_allocmem, but then we forget half of it when we return from that function. even worse, we assume theyre the same thing in ami_freemem. this diff fixes that by wrapping all the dma bits into a struct (called struct ami_mem) and providing a few macros for accessing the useful parts of it. we just pass this struct around now instead of having to handle all the busdma bits in every function. ok marco@ jason@ krw@
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-12-10regenJonathan Gray
2005-12-10Add a few more NVIDIA Ethernet ids.Jonathan Gray