summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.gallatin2000-05-287-2/+1082
* Allow platform specific isa interrupt setup & teardown routines ingallatin2000-05-282-1/+16
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultdfr2000-05-271-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-264-13/+13
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-234-13/+13
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-222-2/+0
* Ack, I made a typo moments before commit. :-(peter2000-05-211-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-212-211/+139
* Eliminate a couple of evil common declarations.peter2000-05-183-2/+4
* Port ppc driver to alpha.dfr2000-05-143-0/+30
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-22/+0
* Enable EISA interrupts if the mcpcia has an attached EISA bus.dfr2000-05-131-5/+9
* Change to comments only: spell FreeBSD.org correctlyhoek2000-05-133-5/+5
* Make /dev/[k]mem work after last commit. Transfers were being doublepeter2000-05-131-15/+17
* Fix a leak where a scratch buffer was not freed when reading from themsmith2000-05-131-0/+8
* Some white-box (NT) systems have SRM which reports a systype that'sgallatin2000-05-111-0/+8
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-101-1/+1
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamijhb2000-05-106-5/+66
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-093-137/+141
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-092-15/+15
* Change floating point exception type to match the i386 one.obrien2000-05-091-1/+1
* Change references/comments about 'secondary' to reflect that while we'dmjacob2000-05-091-17/+20
* Unhide dec_kn300_cons_init and don't make it something we call early.mjacob2000-05-091-8/+2
* Fix DELAY function to use the RPCC cycle counter register.mjacob2000-05-071-7/+34
* oops! final piece for Rawhidesmjacob2000-05-071-0/+147
* Fix checksum calculations. This should fix the network problemsps2000-05-071-2/+1
* Well, for now at least, we'll also have the 4100 also have a prom console.mjacob2000-05-071-1/+1
* Add option for Rawhide (AlphaServer 4100 systems).mjacob2000-05-072-2/+4
* Pass the vector on thru instead of checking EISA/ISA ints. It turnsmjacob2000-05-071-10/+0
* EISA/ISA memory space is any pa < 8MB.mjacob2000-05-071-2/+24
* add in dec_kn300 (Alpha 4100) casemjacob2000-05-071-1/+7
* add in stubbie mcpcia_pci that will parent PCI bussesmjacob2000-05-071-0/+80
* Add in a first pass at Alpha 4100 (Rawhide) support. It doesn't quitemjacob2000-05-077-0/+1802
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-062-35/+2
* Add a version tag for the rtc port to depend on.peter2000-05-061-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-056-0/+6
* remove unneeded #include <sys/buf.h>phk2000-05-053-3/+0
* Add $FreeBSD$peter2000-05-0117-0/+18
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-21/+0
* Include <sys/random.h> for rand_initialize().dfr2000-04-301-0/+1
* Hookup /dev/[u]random on the Alpha.obrien2000-04-281-3/+75
* Initialise entropy pool.obrien2000-04-281-0/+5
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-262-2/+57
* Remove dummy read_random function since we now have a real one.mjacob2000-04-261-10/+0
* Well, make intrhand2_t take a void * arg then. Matches i386.mjacob2000-04-261-2/+2
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* Add include files to alpha/include directory.roger2000-04-152-0/+475
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-18/+18
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+1
OpenPOWER on IntegriCloud