Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2008 09:55:54 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 139201 for review
Message-ID:  <200804020955.m329tspB084900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139201

Change 139201 by gonzo@gonzo_jeeves on 2008/04/02 09:55:22

	o With new (optional) speaker API by phk we don't need sysbeep stub 
	    any more.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/clock.h#9 edit
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/tick.c#10 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/clock.h#9 (text+ko) ====

@@ -30,7 +30,6 @@
 
 void	mips_timer_early_init(uint64_t clock_hz);
 void	mips_timer_init_params(uint64_t, int);
-int	sysbeep(int pitch, int period);
 
 extern uint64_t	counter_freq;
 extern int	clocks_running;

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/tick.c#10 (text+ko) ====

@@ -241,14 +241,6 @@
 	}
 }
 
-
-int
-sysbeep(int pitch, int period)
-{
-
-	return (0);
-}
-
 #ifdef TARGET_OCTEON
 int64_t wheel_run = 0;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804020955.m329tspB084900>